From b48be35ac86cd6369124cf06ca3006d086095297 Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Fri, 15 Jul 2016 13:51:30 +0100 Subject: [PATCH] travis: Add checkpolicy to the list of packages Since c/s 41b61be1c "xsm: add a default policy to .init.data", checkpolicy is required for the hypervisor build if randconfig decides to enable XSM. Identified by a Travis randconfig run: https://travis-ci.org/andyhhp/xen/jobs/144989065 Signed-off-by: Andrew Cooper Acked-by: Doug Goldstein --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5bae60d877..9121fcca40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,6 +70,7 @@ addons: - gcc-5 - g++-5 - seabios + - checkpolicy # we must set CXX manually instead of using 'language: cpp' due to # travis-ci/travis-ci#3871 before_script: -- 2.30.2